SpreadsheetValidate Method
Checks the spreadsheet for the things that make an .ods unusable or non-conforming, and returns
what it finds. An empty list means nothing known is wrong.
This is NOT a schema validator - OpenDocument is defined in RELAX NG and validating against it
needs the schema itself; see tools/odf-validate. This knows the invariants the object model can
express, and nothing beyond them.
Namespace: Independentsoft.Office.OdfAssembly: Independentsoft.Calc (in Independentsoft.Calc.dll) Version: 3.0.520.1+c6c593d5629a051e0af021b238c5d69d764f9686
public IList<ValidationError> Validate()
Public Function Validate As IList(Of ValidationError)
Return Value
IListValidationErrorThe problems found, in document order. Never null.